ocr: the instance OT the class student. Once a class is detined, then you can use the class like you would a normal C data type. Ihere is a ditterence between C structures and C++ data types. The difference deals with the accessibility of members. In C, the members are available to any eapression or runction within the members scupe. In C++, things are a little ditterent. You can control access to struct and class membersitne code and data) by declaring individual members to be either private, public or protected. In C++, when a class is detined by using the class keyword, then the members are priv ...